Expand description
QUIC Transport implementation with Quinn
This module implements QUIC traits with Quinn.
Re-exports
pub use quinn;
Structs
- Future produced by
Connection::accept_bi
- Future produced by
Connection::accept_uni
- Quinn-backed bidirectional stream
- A QUIC connection backed by Quinn
- The error type for
Connection
- A QUIC endpoint.
- Future produced by
Connection::open_bi
- Stream opener backed by a Quinn connection
- Future produced by
Connection::open_uni
- The error type for
RecvStream
- Quinn-backed receive stream
- Quinn-backed send stream
- An integer less than 2^62
Enums
- The error type for
SendStream
- Errors that arise from writing to a stream
Traits
- A cryptographic session (commonly TLS)